home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 128_01 / environ.doc < prev    next >
Text File  |  1985-03-09  |  2KB  |  45 lines

  1.     ROFF4, version 1.60 was developed with the BDS C
  2. compiler, version 1.44 and the Mark of the Unicorn L2 linker
  3. version 2.2 on an Exidy Sorcerer personal Computer with the
  4. S-100 expansion box. The Thinker Toys 2D dual 8" disk sub-
  5. system was used and total contiguous ram was 52K.
  6. Statistics from the BDS compiler indicated at least 12K left
  7. over at every stage. Thus it may be possible to recompile
  8. this in a 40K system.  Tthe linkage statistics are that we
  9. have 131 functions, code ends at 7886H, and that externals
  10. are from 7900H-92F6H.
  11.  
  12.     I released version 1.50 last summer to the BDS C Users'
  13. Group and to SIG/M (volume 126).  In addition to a description
  14. that appeared in the BDSCUG newsletter, it has been briefly
  15. reviewed by Chris Terry's column, "In the Public Domain" that
  16. was in the January 1984 issue of MICROSYSTEMS.
  17.  
  18.     To run ROFF4.COM I believe the TPA should be 44K or
  19. more because the alloc() function must allocate slightly
  20. more than 1K for each simultaneously open file and I have
  21. reserved (quite conservatively) 2K for the stack.
  22.  
  23.     I/O requirements are minimal.  A dumb terminal (video
  24. or printing) and the CP/M disk interface are sufficient.
  25. Although a list device seems like a practical necessity (do
  26. you want to format only to a glass terminal?)
  27.  
  28.     By all means, read the file, ROFF4.DOC ("when all
  29. else fails, read the manual!")  Try out the sample input
  30. files, they are probably better illustration of points where
  31. my writing isn't clear.
  32.  
  33.     Enjoy... (leave the debugging to us).
  34.  
  35.                 March 10, 1984
  36.  
  37.                 Ernest E. Bergmann
  38.                 Physics, Building #16
  39.                 Lehigh University
  40.                 Bethlehem, Pa. 18015
  41.                 
  42.                 (215-) 861-3932(at above)
  43. 
  44. that appeared in the BDSCUG newsletter, it has been briefly
  45. reviewed by Chris Terry's column,